Click or drag to resize

ReceiveRequestEventHandler Delegate

Represents the method that will handle the [!:ReceiveRequest] event

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public delegate void ReceiveRequestEventHandler(
	Object sender,
	RequestEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: Independentsoft.SipRequestEventArgs
The RequestEventArgs instance containing the event data.
See Also